home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / intact / s3base.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  2.9 KB  |  107 lines

  1.  
  2. // JavaScript wrapper for s3base.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_SELECTHELPERBASE_H = 1;
  7. include("real/intact/r3intact.js")
  8.  
  9.  
  10. var R3CLID_SELECTHELPERBASE = 323;
  11.  
  12.  
  13.  
  14.  
  15. // Description: Handle Ctrl and Alt modifiers to copy or instance    * the object before the actual
  16. //      interactor is started.
  17.  
  18. R3SHBM_HANDLEMODIFIERS = 323003;
  19.  
  20. function mR3SHBM_HANDLEMODIFIERS() {
  21.   DoA(this.r3obj, 323003, 0, R3TID_INTEGER, 0);
  22. }
  23.  
  24.  
  25.  
  26.  
  27. R3SHBA_UserObject = 323500;
  28. function SetR3SHBA_UserObject(value) {
  29.   R3Set(this.r3obj, R3SHBA_UserObject, value, R3TID_OBJECT, 0); 
  30. }
  31.  
  32. function GetR3SHBA_UserObject() {
  33.   return R3ToJS(R3Get(this.r3obj, R3SHBA_UserObject, R3TID_OBJECT, 0)); 
  34. }
  35.  
  36. R3SHBA_HilitePoints = 323501;
  37. function SetR3SHBA_HilitePoints(value) {
  38.   R3Set(this.r3obj, R3SHBA_HilitePoints, value, R3TID_VECTOR, R3TNF_ARRAY); 
  39. }
  40.  
  41. function GetR3SHBA_HilitePoints() {
  42.   return R3Get(this.r3obj, R3SHBA_HilitePoints, R3TID_VECTOR, R3TNF_ARRAY); 
  43. }
  44.  
  45. R3SHBA_HiliteCount = 323502;
  46. function SetR3SHBA_HiliteCount(value) {
  47.   R3Set(this.r3obj, R3SHBA_HiliteCount, value, R3TID_INTEGER, 0); 
  48. }
  49.  
  50. function GetR3SHBA_HiliteCount() {
  51.   return R3Get(this.r3obj, R3SHBA_HiliteCount, R3TID_INTEGER, 0); 
  52. }
  53.  
  54. R3SHBA_HandleWireObject = 323503;
  55. function SetR3SHBA_HandleWireObject(value) {
  56.   R3Set(this.r3obj, R3SHBA_HandleWireObject, value, R3TID_INTEGER, 0); 
  57. }
  58.  
  59. function GetR3SHBA_HandleWireObject() {
  60.   return R3Get(this.r3obj, R3SHBA_HandleWireObject, R3TID_INTEGER, 0); 
  61. }
  62.  
  63. R3SHBA_SelectionSpace = 323504;
  64. function SetR3SHBA_SelectionSpace(value) {
  65.   R3Set(this.r3obj, R3SHBA_SelectionSpace, value, R3TID_INTEGER, 0); 
  66. }
  67.  
  68. function GetR3SHBA_SelectionSpace() {
  69.   return R3Get(this.r3obj, R3SHBA_SelectionSpace, R3TID_INTEGER, 0); 
  70. }
  71.  
  72. R3SHBA_HiliteSpace = 323506;
  73. function SetR3SHBA_HiliteSpace(value) {
  74.   R3Set(this.r3obj, R3SHBA_HiliteSpace, value, R3TID_INTEGER, 0); 
  75. }
  76.  
  77. function GetR3SHBA_HiliteSpace() {
  78.   return R3Get(this.r3obj, R3SHBA_HiliteSpace, R3TID_INTEGER, 0); 
  79. }
  80.  
  81.  
  82.  
  83. function r3Selecthelperbase () { 
  84.    this.base = r3God;
  85.    if(arguments.length) {
  86.       this.base(R3CLID_SELECTHELPERBASE, arguments);
  87.    }
  88.    // Methods
  89.    this.HANDLEMODIFIERS=mR3SHBM_HANDLEMODIFIERS;
  90.  
  91.    // Attributes
  92.    this.GetUserObject=GetR3SHBA_UserObject;
  93.    this.SetUserObject=SetR3SHBA_UserObject;
  94.    this.GetHilitePoints=GetR3SHBA_HilitePoints;
  95.    this.SetHilitePoints=SetR3SHBA_HilitePoints;
  96.    this.GetHiliteCount=GetR3SHBA_HiliteCount;
  97.    this.SetHiliteCount=SetR3SHBA_HiliteCount;
  98.    this.GetHandleWireObject=GetR3SHBA_HandleWireObject;
  99.    this.SetHandleWireObject=SetR3SHBA_HandleWireObject;
  100.    this.GetSelectionSpace=GetR3SHBA_SelectionSpace;
  101.    this.SetSelectionSpace=SetR3SHBA_SelectionSpace;
  102.    this.GetHiliteSpace=GetR3SHBA_HiliteSpace;
  103.    this.SetHiliteSpace=SetR3SHBA_HiliteSpace;
  104. }
  105.  
  106. r3Selecthelperbase.prototype=new r3Intact;
  107. // s3base.h_H